derelict.glib.gmarkup

Undocumented in source.

Members

Aliases

GMarkupCollectType
alias GMarkupCollectType = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GMarkupError
alias GMarkupError = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GMarkupParseContext
alias GMarkupParseContext = _GMarkupParseContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GMarkupParseFlags
alias GMarkupParseFlags = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GMarkupParser
alias GMarkupParser = _GMarkupParser
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_collect_attributes
alias da_g_markup_collect_attributes = gboolean function(const(gchar)* element_name, const(gchar*)* attribute_names, const(gchar*)* attribute_values, GError** error, GMarkupCollectType first_type, const(gchar)* first_attr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_error_quark
alias da_g_markup_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_escape_text
alias da_g_markup_escape_text = gchar* function(const(gchar)* text, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_end_parse
alias da_g_markup_parse_context_end_parse = gboolean function(GMarkupParseContext* context, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_free
alias da_g_markup_parse_context_free = void function(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_get_element
alias da_g_markup_parse_context_get_element = const(gchar)* function(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_get_element_stack
alias da_g_markup_parse_context_get_element_stack = const(GSList)* function(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_get_position
alias da_g_markup_parse_context_get_position = void function(GMarkupParseContext* context, gint* line_number, gint* char_number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_get_user_data
alias da_g_markup_parse_context_get_user_data = gpointer function(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_new
alias da_g_markup_parse_context_new = GMarkupParseContext* function(const(GMarkupParser)* parser, GMarkupParseFlags flags, gpointer user_data, GDestroyNotify user_data_dnotify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_parse
alias da_g_markup_parse_context_parse = gboolean function(GMarkupParseContext* context, const(gchar)* text, gssize text_len, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_pop
alias da_g_markup_parse_context_pop = gpointer function(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_parse_context_push
alias da_g_markup_parse_context_push = void function(GMarkupParseContext* context, const(GMarkupParser)* parser, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_printf_escaped
alias da_g_markup_printf_escaped = gchar* function(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_markup_vprintf_escaped
alias da_g_markup_vprintf_escaped = gchar* function(const(char)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
enum _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_2
enum _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_markup_collect_attributes
gboolean g_markup_collect_attributes(const(gchar)* element_name, const(gchar*)* attribute_names, const(gchar*)* attribute_values, GError** error, GMarkupCollectType first_type, const(gchar)* first_attr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_error_quark
GQuark g_markup_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_escape_text
gchar* g_markup_escape_text(const(gchar)* text, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_end_parse
gboolean g_markup_parse_context_end_parse(GMarkupParseContext* context, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_free
void g_markup_parse_context_free(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_get_element
const(gchar)* g_markup_parse_context_get_element(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_get_element_stack
const(GSList)* g_markup_parse_context_get_element_stack(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_get_position
void g_markup_parse_context_get_position(GMarkupParseContext* context, gint* line_number, gint* char_number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_get_user_data
gpointer g_markup_parse_context_get_user_data(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_new
GMarkupParseContext* g_markup_parse_context_new(const(GMarkupParser)* parser, GMarkupParseFlags flags, gpointer user_data, GDestroyNotify user_data_dnotify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_parse
gboolean g_markup_parse_context_parse(GMarkupParseContext* context, const(gchar)* text, gssize text_len, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_pop
gpointer g_markup_parse_context_pop(GMarkupParseContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_push
void g_markup_parse_context_push(GMarkupParseContext* context, const(GMarkupParser)* parser, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_printf_escaped
gchar* g_markup_printf_escaped(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_vprintf_escaped
gchar* g_markup_vprintf_escaped(const(char)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_markup_collect_attributes
da_g_markup_collect_attributes g_markup_collect_attributes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_error_quark
da_g_markup_error_quark g_markup_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_escape_text
da_g_markup_escape_text g_markup_escape_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_end_parse
da_g_markup_parse_context_end_parse g_markup_parse_context_end_parse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_free
da_g_markup_parse_context_free g_markup_parse_context_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_get_element
da_g_markup_parse_context_get_element g_markup_parse_context_get_element;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_get_element_stack
da_g_markup_parse_context_get_element_stack g_markup_parse_context_get_element_stack;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_get_position
da_g_markup_parse_context_get_position g_markup_parse_context_get_position;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_get_user_data
da_g_markup_parse_context_get_user_data g_markup_parse_context_get_user_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_new
da_g_markup_parse_context_new g_markup_parse_context_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_parse
da_g_markup_parse_context_parse g_markup_parse_context_parse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_pop
da_g_markup_parse_context_pop g_markup_parse_context_pop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_parse_context_push
da_g_markup_parse_context_push g_markup_parse_context_push;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_printf_escaped
da_g_markup_printf_escaped g_markup_printf_escaped;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_markup_vprintf_escaped
da_g_markup_vprintf_escaped g_markup_vprintf_escaped;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GMarkupParseContext
struct _GMarkupParseContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_GMarkupParser
struct _GMarkupParser
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta